IsAddingCompleted Property

Task Parallel System.Threading

Gets whether this BlockingCollection<(Of <(T>)>) has been marked as complete for adding.

Namespace:  System.Collections.Concurrent
Assembly:  System.Threading (in System.Threading.dll)

Syntax

Visual Basic (Declaration)
Public ReadOnly Property IsAddingCompleted As Boolean
C#
public bool IsAddingCompleted { get; }

Field Value

Whether this collection has been marked as complete for adding.

Exceptions

ExceptionCondition
System..::.ObjectDisposedExceptionThe BlockingCollection<(Of <(T>)>) has been disposed.

See Also